Initializes a new instance of the AppMgmtKeyedCollectionBase Class.Initializes a new instance of the AppMgmtKeyedCollectionBase Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim comparer As IEqualityComparer(Of TKey)

Dim instance As New AppMgmtKeyedCollectionBase(Of TKey, TItem)(comparer)

Syntax

Visual Basic
Protected Sub New ( _
		comparer As IEqualityComparer(Of TKey) _
)
C#
protected AppMgmtKeyedCollectionBase (
		IEqualityComparer<TKey> comparer
)
C++
protected:
AppMgmtKeyedCollectionBase (
		IEqualityComparer<TKey>^ comparer
)
J#
protected AppMgmtKeyedCollectionBase (
		IEqualityComparer<TKey> comparer
)
JScript
protected function AppMgmtKeyedCollectionBase (
		comparer : IEqualityComparer<TKey>
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also